home *** CD-ROM | disk | FTP | other *** search
/ Enter 2001 April / EnterCD4.iso / Update / SQL Server SP3 / sql70sp3i.exe / X86 / BINN / res / 1033 / sqlmmc.rll / HTML / _TOOLTIP.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-04-12  |  548 b   |  38 lines

  1. /* EXTERNAL STYLE SHEET FOR TOOLTIP ELEMENTS */
  2.  
  3. .divTooltip
  4.     {
  5.     position:absolute;
  6.     height:1%;
  7.     width:20%;
  8.     z-index:30;
  9.     cursor:default;
  10.     visibility:hidden;
  11.     border-width:1pt;
  12.     border-style:solid;
  13.     border-color:windowtext;
  14.     }
  15.  
  16. .tblTooltip
  17.     {
  18.     position:relative;
  19.     width:100%;
  20.     height:100%;
  21.     font-family:Tahoma;
  22.     font-weight:normal;
  23.     cursor:default;
  24.     z-index:10;
  25.     }
  26.     
  27. .divTooltipPointer
  28.     {
  29.     position:absolute;
  30.     top:2%;
  31.     left:20%;
  32.     height:1%;
  33.     width:1%;
  34.     font-family:Wingdings;
  35.     visibility:hidden;
  36.     z-index:5;
  37.     }
  38.